速報APP / 圖書與參考資源 / What is TypeScript Programming

What is TypeScript Programming

價格:免費

更新日期:2018-09-24

檔案大小:3.5M

目前版本:1.1

版本需求:Android 2.3 以上版本

官方網站:https://www.facebook.com/healthinfoisfun/

Email:borpic@gmail.com

聯絡地址:16150 KB, MY

What is TypeScript Programming(圖1)-速報App

TypeScript is an open-source programming language developed and maintained by Microsoft. It is a strict syntactical superset of JavaScript, and adds optional static typing to the language. Anders Hejlsberg, lead architect of C# and creator of Delphi and Turbo Pascal, has worked on the development of TypeScript. TypeScript may be used to develop JavaScript applications for client-side or server-side (Node.js) execution.

What is TypeScript Programming(圖2)-速報App

TypeScript is designed for development of large applications and transpile to JavaScript. As TypeScript is a superset of JavaScript, existing JavaScript programs are also valid TypeScript programs.

What is TypeScript Programming(圖3)-速報App

TypeScript was first made public in October 2012 (at version 0.8), after two years of internal development at Microsoft. Soon after the announcement, Miguel de Icaza praised the language itself, but criticized the lack of mature IDE support apart from Microsoft Visual Studio, which was not available on Linux and OS X at that time. As of 2013 there is support in other IDEs, particularly in Eclipse, via a plug-in contributed by Palantir Technologies. Various text editors, including Emacs, Vim, Sublime, Webstorm, Atom and Microsoft's own Visual Studio Code also support TypeScript.

What is TypeScript Programming(圖4)-速報App

TypeScript supports definition files that can contain type information of existing JavaScript libraries, much like C++ header files can describe the structure of existing object files. This enables other programs to use the values defined in the files as if they were statically typed TypeScript entities. There are third-party header files for popular libraries such as jQuery, MongoDB, and D3.js. TypeScript headers for the Node.js basic modules are also available, allowing development of Node.js programs within TypeScript.

What is TypeScript Programming(圖5)-速報App

The TypeScript compiler is itself written in TypeScript and compiled to JavaScript. It is licensed under the Apache 2 License.

TypeScript is included as a first-class programming language in Microsoft Visual Studio 2013 Update 2 and later, beside C# and other Microsoft languages. An official extension allows Visual Studio 2012 to support TypeScript as well.